[INFO] fetching crate provcfg-clap 0.1.0...
[INFO] fixing provcfg-clap-0.1.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] extracting crate provcfg-clap 0.1.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate provcfg-clap 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate provcfg-clap 0.1.0
[INFO] tweaked toml for crates.io crate provcfg-clap 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate provcfg-clap 0.1.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate provcfg-clap 0.1.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded provcfg-clap-macros v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1b8bfbf94ce52a1f5b6d65741221487167f019ae85411c5f32da99f2ee2a1f2d
[INFO] running `Command { std: "docker" "start" "1b8bfbf94ce52a1f5b6d65741221487167f019ae85411c5f32da99f2ee2a1f2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1b8bfbf94ce52a1f5b6d65741221487167f019ae85411c5f32da99f2ee2a1f2d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1b8bfbf94ce52a1f5b6d65741221487167f019ae85411c5f32da99f2ee2a1f2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "1b8bfbf94ce52a1f5b6d65741221487167f019ae85411c5f32da99f2ee2a1f2d" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling provcfg-clap-macros v0.1.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking provcfg-clap v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `provcfg`
[INFO] [stdout]  --> tests/integration.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use provcfg::{Category, Config, Configurable};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `provcfg`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `provcfg`, use `cargo add provcfg` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `DatabaseConfigPartial` in this scope
[INFO] [stdout]   --> tests/integration.rs:12:8
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[derive(Debug, Clone, Default, serde::Deserialize, serde::Serialize, Configurable, ClapArgs)]
[INFO] [stdout]    |                                                                                     -------- similarly named struct `DatabaseConfigArgs` defined here
[INFO] [stdout] 11 | #[configurable(clap_prefix = "database")]
[INFO] [stdout] 12 | struct DatabaseConfig {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 12 | struct DatabaseConfigArgs {
[INFO] [stdout]    |                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `AppConfigPartial` in this scope
[INFO] [stdout]   --> tests/integration.rs:19:8
[INFO] [stdout]    |
[INFO] [stdout] 19 | struct AppConfig {
[INFO] [stdout]    |        ^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `AppConfigPartial` in this scope
[INFO] [stdout]   --> tests/integration.rs:45:18
[INFO] [stdout]    |
[INFO] [stdout] 45 |     let partial: AppConfigPartial = (&cli.args).into();
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `AppConfigProv` in this scope
[INFO] [stdout]   --> tests/integration.rs:48:30
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[derive(Debug, Clone, Default, serde::Deserialize, serde::Serialize, Configurable, ClapArgs)]
[INFO] [stdout]    |                                                                                     -------- similarly named struct `AppConfigArgs` defined here
[INFO] [stdout] ...
[INFO] [stdout] 48 |     let app = config.build::<AppConfigProv>().unwrap();
[INFO] [stdout]    |                              ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 48 -     let app = config.build::<AppConfigProv>().unwrap();
[INFO] [stdout] 48 +     let app = config.build::<AppConfigArgs>().unwrap();
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 32 | fn clap_args_round_trip_into_partial_and_prov<AppConfigProv>() {
[INFO] [stdout]    |                                              +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `AppConfigPartial` in this scope
[INFO] [stdout]   --> tests/integration.rs:62:18
[INFO] [stdout]    |
[INFO] [stdout] 62 |     let partial: AppConfigPartial = (&cli.args).into();
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `AppConfigProv` in this scope
[INFO] [stdout]   --> tests/integration.rs:65:30
[INFO] [stdout]    |
[INFO] [stdout] 17 | #[derive(Debug, Clone, Default, serde::Deserialize, serde::Serialize, Configurable, ClapArgs)]
[INFO] [stdout]    |                                                                                     -------- similarly named struct `AppConfigArgs` defined here
[INFO] [stdout] ...
[INFO] [stdout] 65 |     let app = config.build::<AppConfigProv>().unwrap();
[INFO] [stdout]    |                              ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 65 -     let app = config.build::<AppConfigProv>().unwrap();
[INFO] [stdout] 65 +     let app = config.build::<AppConfigArgs>().unwrap();
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 59 | fn unset_cli_flags_keep_partial_fields_none<AppConfigProv>() {
[INFO] [stdout]    |                                            +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `WithUserOverridePartial` in this scope
[INFO] [stdout]   --> tests/integration.rs:78:8
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[derive(Debug, Clone, Default, serde::Deserialize, serde::Serialize, Configurable, ClapArgs)]
[INFO] [stdout]    |                                                                                     -------- similarly named struct `WithUserOverrideArgs` defined here
[INFO] [stdout] 78 | struct WithUserOverride {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 78 | struct WithUserOverrideArgs {
[INFO] [stdout]    |                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `WithUserOverridePartial` in this scope
[INFO] [stdout]   --> tests/integration.rs:93:18
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[derive(Debug, Clone, Default, serde::Deserialize, serde::Serialize, Configurable, ClapArgs)]
[INFO] [stdout]    |                                                                                     -------- similarly named struct `WithUserOverrideArgs` defined here
[INFO] [stdout] ...
[INFO] [stdout] 93 |     let partial: WithUserOverridePartial = (&cli.args).into();
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 93 -     let partial: WithUserOverridePartial = (&cli.args).into();
[INFO] [stdout] 93 +     let partial: WithUserOverrideArgs = (&cli.args).into();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `WithUserOverrideProv` in this scope
[INFO] [stdout]   --> tests/integration.rs:95:30
[INFO] [stdout]    |
[INFO] [stdout] 77 | #[derive(Debug, Clone, Default, serde::Deserialize, serde::Serialize, Configurable, ClapArgs)]
[INFO] [stdout]    |                                                                                     -------- similarly named struct `WithUserOverrideArgs` defined here
[INFO] [stdout] ...
[INFO] [stdout] 95 |     let cfg = config.build::<WithUserOverrideProv>().unwrap();
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]    |
[INFO] [stdout] 95 -     let cfg = config.build::<WithUserOverrideProv>().unwrap();
[INFO] [stdout] 95 +     let cfg = config.build::<WithUserOverrideArgs>().unwrap();
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 91 | fn user_supplied_long_flag_overrides_auto_derive<WithUserOverrideProv>() {
[INFO] [stdout]    |                                                 ++++++++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `WithSkippedPartial` in this scope
[INFO] [stdout]    --> tests/integration.rs:100:8
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[derive(Debug, Clone, Default, serde::Deserialize, serde::Serialize, Configurable, ClapArgs)]
[INFO] [stdout]     |                                                                                     -------- similarly named struct `WithSkippedArgs` defined here
[INFO] [stdout] 100 | struct WithSkipped {
[INFO] [stdout]     |        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 100 | struct WithSkippedArgs {
[INFO] [stdout]     |                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `WithSkippedPartial` in this scope
[INFO] [stdout]    --> tests/integration.rs:121:18
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[derive(Debug, Clone, Default, serde::Deserialize, serde::Serialize, Configurable, ClapArgs)]
[INFO] [stdout]     |                                                                                     -------- similarly named struct `WithSkippedArgs` defined here
[INFO] [stdout] ...
[INFO] [stdout] 121 |     let partial: WithSkippedPartial = (&cli.args).into();
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 121 -     let partial: WithSkippedPartial = (&cli.args).into();
[INFO] [stdout] 121 +     let partial: WithSkippedArgs = (&cli.args).into();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `AlphaPartial` in this scope
[INFO] [stdout]    --> tests/integration.rs:129:8
[INFO] [stdout]     |
[INFO] [stdout] 129 | struct Alpha {
[INFO] [stdout]     |        ^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `BetaPartial` in this scope
[INFO] [stdout]    --> tests/integration.rs:136:8
[INFO] [stdout]     |
[INFO] [stdout] 136 | struct Beta {
[INFO] [stdout]     |        ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `AppWithSharedLeavesPartial` in this scope
[INFO] [stdout]    --> tests/integration.rs:141:8
[INFO] [stdout]     |
[INFO] [stdout] 140 | #[derive(Debug, Clone, Default, serde::Deserialize, serde::Serialize, Configurable, ClapArgs)]
[INFO] [stdout]     |                                                                                     -------- similarly named struct `AppWithSharedLeavesArgs` defined here
[INFO] [stdout] 141 | struct AppWithSharedLeaves {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 141 | struct AppWithSharedLeavesArgs {
[INFO] [stdout]     |                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `AppWithSharedLeavesPartial` in this scope
[INFO] [stdout]    --> tests/integration.rs:162:18
[INFO] [stdout]     |
[INFO] [stdout] 140 | #[derive(Debug, Clone, Default, serde::Deserialize, serde::Serialize, Configurable, ClapArgs)]
[INFO] [stdout]     |                                                                                     -------- similarly named struct `AppWithSharedLeavesArgs` defined here
[INFO] [stdout] ...
[INFO] [stdout] 162 |     let partial: AppWithSharedLeavesPartial = (&cli.args).into();
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: a struct with a similar name exists
[INFO] [stdout]     |
[INFO] [stdout] 162 -     let partial: AppWithSharedLeavesPartial = (&cli.args).into();
[INFO] [stdout] 162 +     let partial: AppWithSharedLeavesArgs = (&cli.args).into();
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `provcfg-clap` (test "integration") due to 16 previous errors
[INFO] running `Command { std: "docker" "inspect" "1b8bfbf94ce52a1f5b6d65741221487167f019ae85411c5f32da99f2ee2a1f2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b8bfbf94ce52a1f5b6d65741221487167f019ae85411c5f32da99f2ee2a1f2d", kill_on_drop: false }`
[INFO] [stdout] 1b8bfbf94ce52a1f5b6d65741221487167f019ae85411c5f32da99f2ee2a1f2d
